diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx b/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx index d98bd4c7..1345667d 100644 --- a/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx +++ b/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx @@ -38,7 +38,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 기본계약서 템플릿 관리 </h2> - <InformationButton pageCode="evcp/basic-contract-template" /> + <InformationButton pagePath="evcp/basic-contract-template" /> </div> <p className="text-muted-foreground"> 기본계약서를 비롯하여 초기 서명이 필요한 문서를 등록하고 편집할 수 있습니다. 활성화된 템플릿이 서명 요청의 리스트에 나타나게 됩니다..{" "} |
